-
Notifications
You must be signed in to change notification settings - Fork 107
Supabase Streaming Queries #190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small nit but otherwise good to go
docs/resources/control-flow/backend-logic/backend-query/query-collection.md
Show resolved
Hide resolved
Actually I was just looking at existing documentation and I'm a bit confused, we have a section here: https://docs.flutterflow.io/integrations/database/supabase/database-actions/#query-rows-action It's confusing to me that both of these sections exist? We should probably consolidate these and just link to one another, unless I am missing something |
…om/FlutterFlow/flutterflow-documentation into pinkesh/supabase-streaming-queries
…umentation into pinkesh/supabase-streaming-queries
@leighajarett The section you've mentioned specifically focuses on how to add queries using actions, where the streaming option (Single Time Query) isn't available. The section we updated in this PR, on the other hand, describes how to add queries directly on a page or widget, so that they automatically fire whenever a user navigates to the page containing the query. Both sections serve different use cases. |
@leighajarett As Pinkesh mentioned, the difference seems to be Backend Query vs Actions. This change is on Backend Query if I understand correctly. |
I think we should still need to link the queries from the Supabase and Firebase integrations page... since theyre part of the integration and critical to using it. |
Description
Supabase Streaming Queries
Linear ticket and magic word Fixes DEVR-662
Type of change